mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
remove define stub, it's now stubbed through including jquery.mobile.define.js in js/index.php
This commit is contained in:
parent
0b1829967d
commit
3c2bfaca8a
4 changed files with 0 additions and 11 deletions
|
|
@ -49,12 +49,6 @@
|
|||
}
|
||||
},
|
||||
|
||||
stubDefine: function() {
|
||||
window.define = function(){
|
||||
Array.prototype.slice.call(arguments).pop()();
|
||||
};
|
||||
},
|
||||
|
||||
reloads: {},
|
||||
|
||||
reloadModule: function(libName){
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<script src="../../../tests/jquery.testHelper.js"></script>
|
||||
<script type="text/javascript">
|
||||
$.testHelper.setPushState();
|
||||
$.testHelper.stubDefine();
|
||||
</script>
|
||||
|
||||
<script src="../../../js/jquery.mobile.event.js"></script>
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@
|
|||
<script src="../../../../../js/jquery.js"></script>
|
||||
<script src="../../../jquery.setNameSpace.js"></script>
|
||||
<script src="../../../../../tests/jquery.testHelper.js"></script>
|
||||
<script type="text/javascript">
|
||||
$.testHelper.stubDefine();
|
||||
</script>
|
||||
<script src="../../../../../js/"></script>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<script src="../../../tests/jquery.testHelper.js"></script>
|
||||
<script type="text/javascript">
|
||||
$.testHelper.setPushState();
|
||||
$.testHelper.stubDefine();
|
||||
</script>
|
||||
|
||||
<script src="../../../js/"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue