whoops, add license to embedder.js and it's spec
This commit is contained in:
parent
bdf559bb2b
commit
ace9e8c3d8
2 changed files with 6 additions and 14 deletions
|
|
@ -1,12 +1,7 @@
|
||||||
/**
|
/* Copyright (c) 2010, Diaspora Inc. This file is
|
||||||
* Created by .
|
* licensed under the Affero General Public License version 3 or later. See
|
||||||
* User: dan
|
* the COPYRIGHT file.
|
||||||
* Date: Jan 22, 2011
|
|
||||||
* Time: 10:37:19 PM
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
var Embedder = {
|
var Embedder = {
|
||||||
services: {},
|
services: {},
|
||||||
register: function(service, template) {
|
register: function(service, template) {
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
/**
|
/* Copyright (c) 2010, Diaspora Inc. This file is
|
||||||
* Created by .
|
* licensed under the Affero General Public License version 3 or later. See
|
||||||
* User: dan
|
* the COPYRIGHT file.
|
||||||
* Date: Jan 22, 2011
|
|
||||||
* Time: 11:15:17 PM
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
*/
|
||||||
describe("Embedder", function() {
|
describe("Embedder", function() {
|
||||||
describe("services", function() {
|
describe("services", function() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue