This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*jslint browser: true*/ | |
/*global define, exports, require, module, jsonp*/ | |
/** | |
A module for Jsonp requests to the Wikipedia API. | |
@module wikipedia-jsonp | |
@author Matt Barker | |
@requires jsonp | |
*/ | |
(function (factory) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*jslint browser: true*/ | |
/*global define, exports, module*/ | |
/** | |
A module that makes jsonp requests. | |
@module jsonp | |
@author Matt Barker | |
*/ | |
(function (factory) { | |
'use strict'; |
NewerOlder