Compilation: Fix case inconsistencies

This commit is contained in:
Lars Johnsen
2015-02-17 07:47:29 +01:00
committed by Your Name
parent 6e7a2af86b
commit a79fc94a54
51 changed files with 33 additions and 33 deletions

View File

@@ -1,11 +1,11 @@
var jquery = require('../JsLibraries/jquery');
require('../Instrumentation/StringFormat');
var spin = require('../jQuery/jquery.spin');
var ajax = require('../jquery/jquery.ajax');
var ajax = require('../jQuery/jquery.ajax');
spin.call(jquery);
ajax.call(jquery);
window.$ = jquery;
window.jQuery = jquery;
module.exports = jquery;
module.exports = jquery;