Compile and minimize code #82

This commit is contained in:
logsol 2014-12-20 04:31:37 +01:00
parent 0a0b3e8849
commit 6f288f00b5
8 changed files with 210 additions and 5 deletions

View file

@ -1,3 +1,3 @@
define(["/screenfull.js"], function() {
define(["screenfull"], function() {
return screenfull;
});