Commit Graph
2130 Commits
Author SHA1 Message Date
Diullei Gomes 1a86944b79 Merge pull request #973 from areel/master
eventName should be an object to support multiple event names:  see code...
2013-09-02 13:13:36 -07:00
Diullei Gomes de7f5082da Merge pull request #972 from theodorejb/ladda-fixes
Ladda fixes
2013-09-02 13:09:20 -07:00
Diullei Gomes 5964f9ef6f Merge pull request #971 from zauberpony/angular.element
improve anguar.element() type information
2013-09-02 13:08:09 -07:00
Basarat Syed c6eef3611a Merge branch 'master' of https://github.com/s093294/DefinitelyTyped into s093294-master 2013-09-02 15:24:02 +10:00
Poul Kjeldager Sørensen 2e403eefa0 Added jquery External Module definition for amd module 2013-09-01 22:14:52 +02:00
basarat 12a4ac9fa5 Merge pull request #974 from wiredprairie/patch-1
Update winjs.d.ts to include the class ErrorFromName
2013-09-01 03:18:20 -07:00
basarat 00f6071423 sammyjs Updated definitions + fixed compile errors in tests. 2013-09-01 11:24:01 +10:00
areel 34ce0b4ab9 Correct ElementView to inherit from CellView
Provide deepSupplement with options defaults.
2013-08-31 01:08:19 +01:00
Aaron e26d31d81d Update winjs.d.ts to include the class ErrorFromName
From http://msdn.microsoft.com/en-us/library/windows/apps/br211689.aspx#methods, the class ErrorFromName was missing.
2013-08-30 15:37:28 -05:00
areel cb1b628527 eventName should be an object to support multiple event names: see code below taken from Backbone code base
// Bind an event to a `callback` function. Passing `"all"` will bind
    // the callback to all events fired.
    on: function(name, callback, context) {
      if (!eventsApi(this, 'on', name, [callback, context]) || !callback) return this;

========
  // Implement fancy features of the Events API such as multiple event
  // names `"change blur"` and jQuery-style event maps `{change: action}`
  // in terms of the existing API.
  var eventsApi = function(obj, action, name, rest) {
    if (!name) return true;

    // Handle event maps.
    if (typeof name === 'object') {
      for (var key in name) {
        obj[action].apply(obj, [key, name[key]].concat(rest));
      }
      return false;
    }

Signed-off-by: areel <aidanreel@gmail.com>
2013-08-30 21:29:47 +01:00
Theodore Brown 40b08478e0 Added additional tests (from project homepage)
create() method should accept a parameter of type Element, rather than HTMLElement to work with document.querySelector()
2013-08-30 12:16:22 -05:00
Theodore Brown 82f84e6176 Fix incorrect library name in Ladda definition file 2013-08-30 12:13:04 -05:00
Elmar Athmer 01912ae5e7 add support for angular.element
angular.element augments the JQuery object for the given element with
angular specific methods like e.g. access for the scope.
2013-08-30 18:11:40 +02:00
Elmar Athmer bd8293d2a5 fix typo 2013-08-30 17:57:59 +02:00
basarat 9653895ef1 historyjs lib.d.ts collision comment 2013-08-31 00:47:14 +10:00
basarat d82570125e Merge pull request #970 from jstclair/highchart-fix-2
Added getOptions to HighchartsStatic, and fixed setOptions() return type
2013-08-30 07:05:05 -07:00
John St. Clair b2ab530a30 Added getOptions to HighchartsStatic, and fixed setOptions() return type 2013-08-30 13:11:28 +02:00
basarat a5c5af126d Merge pull request #969 from jstclair/highchart-fix
Added jquery reference to highchart and add overload to JQuery
2013-08-30 01:57:24 -07:00
Basarat Syed 79e7813f03 Merge branch 'highchart-fix' of https://github.com/jstclair/DefinitelyTyped into jstclair-highchart-fix 2013-08-30 18:54:18 +10:00
Basarat Syed 1088cf1cab duplicate cleanup 2013-08-30 18:50:31 +10:00
Basarat Syed 188987d3e2 Merge branch 'patch-1' of https://github.com/georgiosd/DefinitelyTyped into georgiosd-patch-1 2013-08-30 18:43:15 +10:00
John St. Clair 4aedbf5462 Added jquery reference to highchart and add overload to JQuery 2013-08-30 10:05:12 +02:00
Boris Yankov 54186a87f6 Merge pull request #967 from damianog/patch-3
Node.js util.inspect must return a string
2013-08-29 17:44:38 -07:00
Boris Yankov b4b098bf89 Merge pull request #968 from benjaminjackman/patch-1
Update angular.d.ts
2013-08-29 17:44:20 -07:00
benjaminjackman bb999fd4e6 Update angular.d.ts
ILocationService.search() will return a hash of the query parameters in the current location, not a string.
2013-08-29 14:25:57 -05:00
damianog 0ad9432d61 Node.js util.inspect must return a string
As explained here:

http://nodejs.org/api/util.html#util_util_inspect_object_options

util.inspect return a string
2013-08-29 21:16:11 +02:00
Georgios Diamantopoulos 8c6037d9e5 Update angular.d.ts 2013-08-29 17:19:30 +03:00
Georgios Diamantopoulos a0b3d5f130 Added overload for IPromise.then that will retain IHttpPromise type result 2013-08-29 16:48:36 +03:00
Diullei Gomes 7081b41df4 Merge pull request #964 from nikeee/master
Update mongodb.d.ts
2013-08-28 17:16:15 -07:00
Diullei Gomes bd900e5cc5 Merge pull request #965 from fullflavedave/master
Meteor definition updates and README
2013-08-28 17:14:50 -07:00
Dave Allen b75496dc6a Hopfeully last wordsmithing 2013-08-28 17:01:16 -07:00
Dave Allen e96690c7af Hopfeully last wordsmithing 2013-08-28 16:28:49 -07:00
Dave Allen 3c89f21a1c Hopfeully last wordsmithing 2013-08-28 16:28:17 -07:00
Dave Allen d2173f35e6 More wordsmithing 2013-08-28 16:27:18 -07:00
Dave Allen 7fd8f60cc6 More wordsmithing 2013-08-28 16:25:21 -07:00
Dave Allen 29f32ee4c4 More wordsmithing 2013-08-28 16:21:20 -07:00
Dave Allen 8661326d65 More wordsmithing 2013-08-28 16:16:50 -07:00
Dave Allen cf9f92a8c9 Fixed some typos 2013-08-28 16:01:38 -07:00
Dave Allen b53ca37666 Added usage notes 2013-08-28 15:48:19 -07:00
nikeee13 b668ec8e07 Add CursorStream 2013-08-29 00:29:03 +02:00
nikeee13 4bbd0c202a Remove Cursor constructor - 'INTERNAL TYPE' 2013-08-29 00:26:47 +02:00
nikeee13 50bfbea725 Update Cursor constants 2013-08-29 00:20:51 +02:00
nikeee13 046d387081 Update Cursor 2013-08-29 00:19:54 +02:00
nikeee13 28ea779c1d Rename DBOptions -> DbCreateOptions 2013-08-29 00:10:12 +02:00
nikeee13 4f4de5f25f Update CollectionCreateOptions 2013-08-29 00:09:31 +02:00
nikeee13 5c32d4aadb Add name to README 2013-08-28 23:55:14 +02:00
nikeee13 ffac14f3a3 Update ObjectID class 2013-08-28 23:40:38 +02:00
nikeee13 79808dd87f Update Collection constructor 2013-08-28 23:30:26 +02:00
nikeee13 1aef8d9bb3 Add ReadPreference class 2013-08-28 23:28:16 +02:00
nikeee13 2a85e74df1 Remove reaper from DBOptions 2013-08-28 23:17:04 +02:00