This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
librenms-librenms
/
test
/
jquery-private.js
5 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix for bug #493 including unit tests to prove. Run npm install and visit test/jquery.gridster-amd.html in browser.
2015-03-03 00:46:11 +00:00
define
(
[
'jquery'
]
,
function
(
jq
)
{
update dependencies and jshint
2015-04-28 21:00:24 -06:00
'use strict'
;
Fix for bug #493 including unit tests to prove. Run npm install and visit test/jquery.gridster-amd.html in browser.
2015-03-03 00:46:11 +00:00
return
jq
.
noConflict
(
true
)
;
}
)
;
Reference in New Issue
Copy Permalink