Commit a69b2dcf authored by Yehuda Katz's avatar Yehuda Katz

Merge pull request #14 from rwldrn/consistent-quoting

All double quotes to single (Resolve merge conflicts)
parents 67b160b4 0e4d19ad
"use strict";
'use strict';
var browserGlobal = (typeof window !== 'undefined') ? window : {};
......
"use strict";
'use strict';
var Promise = require("../lib/rsvp").Promise;
var Promise = require('../lib/rsvp').Promise;
exports.fulfilled = function(value) {
var promise = new Promise();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment